home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00706.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  2.9 KB  |  85 lines

  1. on mouseUp me
  2.   showit(60, 60)
  3.   hideit(61, 62)
  4.   if the memberNum of sprite 63 = 699 then
  5.     set the memberNum of sprite 43 to 660
  6.     repeat with clropac = 46 to 56
  7.       set the blend of sprite clropac to 35
  8.     end repeat
  9.     set the blend of sprite 45 to 100
  10.   else
  11.     if the memberNum of sprite 63 = 700 then
  12.       set the memberNum of sprite 43 to 663
  13.       set the blend of sprite 45 to 100
  14.       repeat with clropac = 46 to 53
  15.         set the blend of sprite clropac to 35
  16.       end repeat
  17.       repeat with clropac = 54 to 56
  18.         set the blend of sprite clropac to 100
  19.       end repeat
  20.     else
  21.       if the memberNum of sprite 63 = 701 then
  22.         set the memberNum of sprite 43 to 666
  23.         set the blend of sprite 45 to 100
  24.         set the blend of sprite 51 to 100
  25.         repeat with clropac = 46 to 50
  26.           set the blend of sprite clropac to 35
  27.         end repeat
  28.         repeat with clropac = 52 to 56
  29.           set the blend of sprite clropac to 35
  30.         end repeat
  31.       else
  32.         if the memberNum of sprite 63 = 702 then
  33.           set the memberNum of sprite 43 to 669
  34.           set the blend of sprite 45 to 100
  35.           set the blend of sprite 50 to 100
  36.           set the blend of sprite 52 to 100
  37.           set the blend of sprite 51 to 35
  38.           repeat with clropac = 46 to 49
  39.             set the blend of sprite clropac to 35
  40.           end repeat
  41.           repeat with clropac = 53 to 56
  42.             set the blend of sprite clropac to 35
  43.           end repeat
  44.         else
  45.           if the memberNum of sprite 63 = 703 then
  46.             set the memberNum of sprite 43 to 672
  47.             set the blend of sprite 45 to 100
  48.             set the blend of sprite 49 to 100
  49.             set the blend of sprite 53 to 100
  50.             repeat with clropac = 46 to 48
  51.               set the blend of sprite clropac to 35
  52.             end repeat
  53.             repeat with clropac = 50 to 52
  54.               set the blend of sprite clropac to 35
  55.             end repeat
  56.             repeat with clropac = 54 to 56
  57.               set the blend of sprite clropac to 35
  58.             end repeat
  59.           else
  60.             if the memberNum of sprite 63 = 704 then
  61.               set the memberNum of sprite 43 to 674
  62.               set the blend of sprite 45 to 100
  63.               set the blend of sprite 48 to 100
  64.               set the blend of sprite 51 to 100
  65.               set the blend of sprite 54 to 100
  66.               repeat with clropac = 46 to 47
  67.                 set the blend of sprite clropac to 35
  68.               end repeat
  69.               repeat with clropac = 49 to 50
  70.                 set the blend of sprite clropac to 35
  71.               end repeat
  72.               repeat with clropac = 52 to 53
  73.                 set the blend of sprite clropac to 35
  74.               end repeat
  75.               repeat with clropac = 55 to 56
  76.                 set the blend of sprite clropac to 35
  77.               end repeat
  78.             end if
  79.           end if
  80.         end if
  81.       end if
  82.     end if
  83.   end if
  84. end
  85.